On this pageAddPairDescriptionCall AddPair to insert a new pair at the end of the list. AddPair returns the index of new pair.Syntaxfunction AddPair(const AFirt, ASecond: UInt64): Integer;